GroupId | GroupIdio.timeandspace |
---|---|
ArtifactId | ArtifactIdjpsg-core |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
jpsg-core-1.2.pom | |
jpsg-core-1.2.jar | 136 KB |
jpsg-core-1.2-sources.jar | 49 KB |
jpsg-core-1.2-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.timeandspace/jpsg-core/ -->
<dependency>
<groupId>io.timeandspace</groupId>
<artifactId>jpsg-core</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.timeandspace/jpsg-core/
implementation 'io.timeandspace:jpsg-core:1.2'
// https://jarcasting.com/artifacts/io.timeandspace/jpsg-core/
implementation ("io.timeandspace:jpsg-core:1.2")
'io.timeandspace:jpsg-core:jar:1.2'
<dependency org="io.timeandspace" name="jpsg-core" rev="1.2">
<artifact name="jpsg-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.timeandspace', module='jpsg-core', version='1.2')
)
libraryDependencies += "io.timeandspace" % "jpsg-core" % "1.2"
[io.timeandspace/jpsg-core "1.2"]