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