GroupId | GroupIddev.the-fireplace |
---|---|
ArtifactId | ArtifactIdTextbook |
Version | Version1.1.0+1.15.2 |
Type | Typejar |
Filename | Size |
---|---|
Textbook-1.1.0+1.15.2.pom | |
Textbook-1.1.0+1.15.2.jar | 114 KB |
Textbook-1.1.0+1.15.2-sources.jar | 103 KB |
Textbook-1.1.0+1.15.2-javadoc.jar | 33 KB |
Textbook-1.1.0+1.15.2-dev.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.the-fireplace/Textbook/ -->
<dependency>
<groupId>dev.the-fireplace</groupId>
<artifactId>Textbook</artifactId>
<version>1.1.0+1.15.2</version>
</dependency>
// https://jarcasting.com/artifacts/dev.the-fireplace/Textbook/
implementation 'dev.the-fireplace:Textbook:1.1.0+1.15.2'
// https://jarcasting.com/artifacts/dev.the-fireplace/Textbook/
implementation ("dev.the-fireplace:Textbook:1.1.0+1.15.2")
'dev.the-fireplace:Textbook:jar:1.1.0+1.15.2'
<dependency org="dev.the-fireplace" name="Textbook" rev="1.1.0+1.15.2">
<artifact name="Textbook" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.the-fireplace', module='Textbook', version='1.1.0+1.15.2')
)
libraryDependencies += "dev.the-fireplace" % "Textbook" % "1.1.0+1.15.2"
[dev.the-fireplace/Textbook "1.1.0+1.15.2"]