Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.johan-backstrom |
ArtifactId | ArtifactIddata-cow |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
data-cow-1.0.0.pom | |
data-cow-1.0.0.jar | 13 KB |
data-cow-1.0.0-sources.jar | 7 KB |
data-cow-1.0.0-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.johan-backstrom/data-cow/ -->
<dependency>
<groupId>com.github.johan-backstrom</groupId>
<artifactId>data-cow</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.johan-backstrom/data-cow/
implementation 'com.github.johan-backstrom:data-cow:1.0.0'
// https://jarcasting.com/artifacts/com.github.johan-backstrom/data-cow/
implementation ("com.github.johan-backstrom:data-cow:1.0.0")
'com.github.johan-backstrom:data-cow:jar:1.0.0'
<dependency org="com.github.johan-backstrom" name="data-cow" rev="1.0.0">
<artifact name="data-cow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.johan-backstrom', module='data-cow', version='1.0.0')
)
libraryDependencies += "com.github.johan-backstrom" % "data-cow" % "1.0.0"
[com.github.johan-backstrom/data-cow "1.0.0"]