Getting started with SBT for Scala : (Record no. 2760858)

MARC details
000 -LEADER
fixed length control field 06496cam a2200853Mi 4500
001 - CONTROL NUMBER
control field ocn861536182
003 - CONTROL NUMBER IDENTIFIER
control field OCoLC
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20220711211816.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION
fixed length control field m o d
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr cn|||||||||
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 130930s2013 enkad o 001 0 eng d
040 ## - CATALOGING SOURCE
Original cataloging agency E7B
Language of cataloging eng
Description conventions rda
-- pn
Transcribing agency E7B
Modifying agency OCLCO
-- UMI
-- S4S
-- COO
-- DEBBG
-- DEBSZ
-- EBLCP
-- IDEBK
-- VT2
-- OCLCF
-- YDXCP
-- OCLCQ
-- COCUF
-- CNNOR
-- MOR
-- PIFAG
-- N$T
-- ZCU
-- AGLDB
-- MERUC
-- OCLCQ
-- U3W
-- D6H
-- STF
-- VTS
-- CEF
-- NRAMU
-- ICG
-- NLE
-- INT
-- OCLCQ
-- UKMGB
-- G3B
-- TKN
-- OCLCQ
-- UAB
-- DKC
-- OCLCQ
-- UKAHL
-- OCLCQ
-- OCLCO
016 7# - NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER
Record control number 018006504
Source Uk
019 ## -
-- 858762186
-- 863646057
-- 907211469
-- 961534565
-- 962676533
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781783282685
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1783282681
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Cancelled/invalid ISBN 1783282673
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Cancelled/invalid ISBN 9781783282678
029 1# - (OCLC)
OCLC library identifier AU@
System control number 000052404430
029 1# - (OCLC)
OCLC library identifier CHNEW
System control number 000640833
029 1# - (OCLC)
OCLC library identifier CHNEW
System control number 001052091
029 1# - (OCLC)
OCLC library identifier CHVBK
System control number 567709116
029 1# - (OCLC)
OCLC library identifier DEBBG
System control number BV041632743
029 1# - (OCLC)
OCLC library identifier DEBBG
System control number BV041776694
029 1# - (OCLC)
OCLC library identifier DEBBG
System control number BV044062956
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 39762607X
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 404321380
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 493129642
029 1# - (OCLC)
OCLC library identifier NZ1
System control number 15908330
029 1# - (OCLC)
OCLC library identifier UKMGB
System control number 018006504
029 1# - (OCLC)
OCLC library identifier AU@
System control number 000067113401
035 ## - SYSTEM CONTROL NUMBER
System control number (OCoLC)861536182
Canceled/invalid control number (OCoLC)858762186
-- (OCoLC)863646057
-- (OCoLC)907211469
-- (OCoLC)961534565
-- (OCoLC)962676533
037 ## - SOURCE OF ACQUISITION
Stock number CL0500000342
Source of stock number/acquisition Safari Books Online
050 #4 - LIBRARY OF CONGRESS CALL NUMBER
Classification number QA76.73.S28
Item number S29 2013eb
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 051010
Source bisacsh
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 005.86
049 ## - LOCAL HOLDINGS (OCLC)
Holding library MAIN
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Saxena, Shiti.
9 (RLIN) 972512
245 10 - TITLE STATEMENT
Title Getting started with SBT for Scala :
Remainder of title equip yourself with a high-productivity work environment using SBT, a build tool for Scala /
Statement of responsibility, etc Shiti Saxena ; graphics, Abhinash Sahu.
264 #1 -
-- Birmingham :
-- Packt Publishing,
-- 2013.
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource (86 pages) :
Other physical details illustrations
336 ## -
-- text
-- txt
-- rdacontent
337 ## -
-- computer
-- c
-- rdamedia
338 ## -
-- online resource
-- cr
-- rdacarrier
490 1# - SERIES STATEMENT
Series statement Community experience distilled
588 0# -
-- Online resource; title from PDF title page (ebrary, viewed September 30, 2013).
520 8# - SUMMARY, ETC.
Summary, etc Annotation
Expansion of summary note Build tools are a boon to developers working on large projects. With the configuration to run/execute the project moved out, developers can focus more on the project. SBT is a build tool designed for Scala and Java projects. It provides developers with a high productivity work environment hence it comes in really handy when dealing with large projects. Getting Started with SBT for Scala gets you going with using SBT and also introduces its advanced concepts. SBT is a build tool that uses a Scala-based DSL. Additionally, SBT has some interesting features that come in handy during development, such as starting a Scala REPL with project classes and dependencies on the classpath, continuous compilation and testing with triggered execution, and much more. Getting Started with SBT for Scala introduces SBT and its various features. It shows how to set up the build definition for a Scala project using sample code to explain different scenarios and use cases. It explains the basic configuration required to compile, test, and run a project using SBT. We will take a look at the additional configuration and settings that can be set to suit the project requirements. You will also learn how to handle project dependencies in SBT and use Scala files to define the build. It shows how to fork the JVM in SBT for different processes and specific configurations. It also explains the intricacies of the build definition, parallel execution. This book will make you familiar with SBT so that you can use it for different kinds of projects like simple, and multiple modules which can be dependent or independent.
505 0# - FORMATTED CONTENTS NOTE
Formatted contents note Cover; Copyright; Credits; About the Author; Acknowledgments; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Hello World with SBT; Why SBT?; Installing SBT; Installing from a package; Installing on Mac; Installing SBT manually; Creating a new project; Compiling, testing, and running your project; Going interactive with the SBT shell; Triggering SBT commands on saves; Summary; Chapter 2: .sbt Build Definitions; The theory of .sbt; The .sbt syntax; Understanding keys; Keys; Setting keys; Task keys; Input keys; Working with scopes; Summary.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Chapter 3: Dependency ManagementQuick introduction to Maven or Ivy dependency management; How Ivy works; Resolve; Retrieve; Publish; Dependency management in SBT; Automatic dependency management; Declaring dependencies in the build definition; Dependencies using Maven files; Dependencies using Ivy files or Ivy XML; Adding JAR files manually; Resolvers; Summary; Chapter 4: Full Build Definitions; Build definition project; .sbt and .scala; Working with full build definitions; Multiproject builds; Summary; Chapter 5: Compile, Test, and Run; Commands; Logging; Forking the JVM; Parallel execution.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note SBT scripts and REPLClasspath, sources, and resources; Test; Summary; Index.
590 ## - LOCAL NOTE (RLIN)
Local note eBooks on EBSCOhost
Provenance (VM) [OBSOLETE] EBSCO eBook Subscription Academic Collection - Worldwide
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Scala (Computer program language)
9 (RLIN) 376870
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Programming languages (Electronic computers)
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Computer programming.
9 (RLIN) 48211
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Scala (Langage de programmation)
9 (RLIN) 877832
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Programmation (Informatique)
9 (RLIN) 877833
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element computer programming.
Source of heading or term aat
9 (RLIN) 48211
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Programming Languages
-- General.
Source of heading or term bisacsh
9 (RLIN) 854919
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Computer programming.
Source of heading or term fast
-- (OCoLC)fst00872390
9 (RLIN) 48211
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Programming languages (Electronic computers)
Source of heading or term fast
-- (OCoLC)fst01078704
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Scala (Computer program language)
Source of heading or term fast
-- (OCoLC)fst01763491
9 (RLIN) 376870
655 #0 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
700 1# - ADDED ENTRY--PERSONAL NAME
Personal name Sahu, Abhinash.
9 (RLIN) 972513
776 08 - ADDITIONAL PHYSICAL FORM ENTRY
Display text Print version:
Main entry heading Saxena, Shiti.
Title Getting Started with SBT for Scala.
Place, publisher, and date of publication Birmingham : Packt Publishing, ©2013
International Standard Book Number 9781783282678
830 #0 - SERIES ADDED ENTRY--UNIFORM TITLE
Uniform title Community experience distilled.
856 40 - ELECTRONIC LOCATION AND ACCESS
Uniform Resource Identifier <a href="https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=639522">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=639522</a>
938 ## -
-- Askews and Holts Library Services
-- ASKH
-- AH26849856
938 ## -
-- ebrary
-- EBRY
-- ebr10764828
938 ## -
-- EBSCOhost
-- EBSC
-- 639522
938 ## -
-- ProQuest MyiLibrary Digital eBook Collection
-- IDEB
-- cis26328582
938 ## -
-- YBP Library Services
-- YANK
-- 11135889
994 ## -
-- 92
-- INOPJ
Holdings
Withdrawn status Lost status Damaged status Not for loan Collection code Home library Current library Date acquired Total Checkouts Date last seen Price effective from Koha item type
        E-Books EBSCO OPJGU Sonepat- Campus OPJGU Sonepat- Campus 11/07/2022   11/07/2022 11/07/2022 Electronic-Books

O.P. Jindal Global University, Sonepat-Narela Road, Sonepat, Haryana (India) - 131001

Send your feedback to glus@jgu.edu.in

Hosted, Implemented & Customized by: BestBookBuddies   |   Maintained by: Global Library