Categories |
CategoriesBuild Tools Maven |
---|---|
GroupId | GroupIdcom.github.mikesena.maven.shared |
ArtifactId | ArtifactIdbuild-tools |
Version | Version2.3 |
Type | Typejar |
Filename | Size |
---|---|
build-tools-2.3.pom | |
build-tools-2.3.jar | 3 KB |
build-tools-2.3-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mikesena.maven.shared/build-tools/ -->
<dependency>
<groupId>com.github.mikesena.maven.shared</groupId>
<artifactId>build-tools</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mikesena.maven.shared/build-tools/
implementation 'com.github.mikesena.maven.shared:build-tools:2.3'
// https://jarcasting.com/artifacts/com.github.mikesena.maven.shared/build-tools/
implementation ("com.github.mikesena.maven.shared:build-tools:2.3")
'com.github.mikesena.maven.shared:build-tools:jar:2.3'
<dependency org="com.github.mikesena.maven.shared" name="build-tools" rev="2.3">
<artifact name="build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mikesena.maven.shared', module='build-tools', version='2.3')
)
libraryDependencies += "com.github.mikesena.maven.shared" % "build-tools" % "2.3"
[com.github.mikesena.maven.shared/build-tools "2.3"]