| License | License | 
|---|---|
| GroupId | GroupIdit.tidalwave.bluebook | 
| ArtifactId | ArtifactIdbluebook | 
| Last Version | Last Version1.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionBlueBook (master) BlueBook - use live code examples in your book | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| bluebook-1.2.pom | 6 KB | 
| bluebook-1.2-tests.jar | 2 KB | 
| bluebook-1.2-project.tar.gz | 18 KB | 
| bluebook-1.2-bin.tar.gz | 45 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/it.tidalwave.bluebook/bluebook/ -->
<dependency>
    <groupId>it.tidalwave.bluebook</groupId>
    <artifactId>bluebook</artifactId>
    <version>1.2</version>
</dependency>// https://jarcasting.com/artifacts/it.tidalwave.bluebook/bluebook/
implementation 'it.tidalwave.bluebook:bluebook:1.2'// https://jarcasting.com/artifacts/it.tidalwave.bluebook/bluebook/
implementation ("it.tidalwave.bluebook:bluebook:1.2")'it.tidalwave.bluebook:bluebook:jar:1.2'<dependency org="it.tidalwave.bluebook" name="bluebook" rev="1.2">
  <artifact name="bluebook" type="jar" />
</dependency>@Grapes(
@Grab(group='it.tidalwave.bluebook', module='bluebook', version='1.2')
)libraryDependencies += "it.tidalwave.bluebook" % "bluebook" % "1.2"[it.tidalwave.bluebook/bluebook "1.2"]