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