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