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