GroupId | GroupIdau.com.gridstone |
---|---|
ArtifactId | ArtifactIdgrex |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
grex-1.0.0.pom | |
grex-1.0.0.jar | 15 KB |
grex-1.0.0-sources.jar | 3 KB |
grex-1.0.0-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/au.com.gridstone/grex/ -->
<dependency>
<groupId>au.com.gridstone</groupId>
<artifactId>grex</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/au.com.gridstone/grex/
implementation 'au.com.gridstone:grex:1.0.0'
// https://jarcasting.com/artifacts/au.com.gridstone/grex/
implementation ("au.com.gridstone:grex:1.0.0")
'au.com.gridstone:grex:jar:1.0.0'
<dependency org="au.com.gridstone" name="grex" rev="1.0.0">
<artifact name="grex" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.com.gridstone', module='grex', version='1.0.0')
)
libraryDependencies += "au.com.gridstone" % "grex" % "1.0.0"
[au.com.gridstone/grex "1.0.0"]