GroupId | GroupIdxyz.cofe |
---|---|
ArtifactId | ArtifactIdtypes |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
types-1.0.pom | |
types-1.0.jar | 70 KB |
types-1.0-sources.jar | 23 KB |
types-1.0-javadoc.jar | 452 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.cofe/types/ -->
<dependency>
<groupId>xyz.cofe</groupId>
<artifactId>types</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.cofe/types/
implementation 'xyz.cofe:types:1.0'
// https://jarcasting.com/artifacts/xyz.cofe/types/
implementation ("xyz.cofe:types:1.0")
'xyz.cofe:types:jar:1.0'
<dependency org="xyz.cofe" name="types" rev="1.0">
<artifact name="types" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.cofe', module='types', version='1.0')
)
libraryDependencies += "xyz.cofe" % "types" % "1.0"
[xyz.cofe/types "1.0"]