Categories |
CategoriesBuild Tools |
---|---|
GroupId | GroupIdde.dagere.kopeme |
ArtifactId | ArtifactIdbuild-tools |
Version | Version0.9.1 |
Type | Typejar |
Filename | Size |
---|---|
build-tools-0.9.1.pom | |
build-tools-0.9.1.jar | 3 KB |
build-tools-0.9.1-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.dagere.kopeme/build-tools/ -->
<dependency>
<groupId>de.dagere.kopeme</groupId>
<artifactId>build-tools</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.dagere.kopeme/build-tools/
implementation 'de.dagere.kopeme:build-tools:0.9.1'
// https://jarcasting.com/artifacts/de.dagere.kopeme/build-tools/
implementation ("de.dagere.kopeme:build-tools:0.9.1")
'de.dagere.kopeme:build-tools:jar:0.9.1'
<dependency org="de.dagere.kopeme" name="build-tools" rev="0.9.1">
<artifact name="build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.dagere.kopeme', module='build-tools', version='0.9.1')
)
libraryDependencies += "de.dagere.kopeme" % "build-tools" % "0.9.1"
[de.dagere.kopeme/build-tools "0.9.1"]