GroupId | GroupIdcom.github.paganini2008 |
---|---|
ArtifactId | ArtifactIddevtools |
Version | Version1.0-RC2 |
Type | Typepom |
Filename | Size |
---|---|
devtools-1.0-RC2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.paganini2008/devtools/ -->
<dependency>
<groupId>com.github.paganini2008</groupId>
<artifactId>devtools</artifactId>
<version>1.0-RC2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.paganini2008/devtools/
implementation 'com.github.paganini2008:devtools:1.0-RC2'
// https://jarcasting.com/artifacts/com.github.paganini2008/devtools/
implementation ("com.github.paganini2008:devtools:1.0-RC2")
'com.github.paganini2008:devtools:pom:1.0-RC2'
<dependency org="com.github.paganini2008" name="devtools" rev="1.0-RC2">
<artifact name="devtools" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.paganini2008', module='devtools', version='1.0-RC2')
)
libraryDependencies += "com.github.paganini2008" % "devtools" % "1.0-RC2"
[com.github.paganini2008/devtools "1.0-RC2"]