Categories |
CategoriesADT4J Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.github.sviperll |
ArtifactId | ArtifactIdadt4j-shaded |
Version | Version3.2-beta1 |
Type | Typejar |
Filename | Size |
---|---|
adt4j-shaded-3.2-beta1.pom | |
adt4j-shaded-3.2-beta1.jar | 371 KB |
adt4j-shaded-3.2-beta1-sources.jar | 1 KB |
adt4j-shaded-3.2-beta1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sviperll/adt4j-shaded/ -->
<dependency>
<groupId>com.github.sviperll</groupId>
<artifactId>adt4j-shaded</artifactId>
<version>3.2-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sviperll/adt4j-shaded/
implementation 'com.github.sviperll:adt4j-shaded:3.2-beta1'
// https://jarcasting.com/artifacts/com.github.sviperll/adt4j-shaded/
implementation ("com.github.sviperll:adt4j-shaded:3.2-beta1")
'com.github.sviperll:adt4j-shaded:jar:3.2-beta1'
<dependency org="com.github.sviperll" name="adt4j-shaded" rev="3.2-beta1">
<artifact name="adt4j-shaded" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sviperll', module='adt4j-shaded', version='3.2-beta1')
)
libraryDependencies += "com.github.sviperll" % "adt4j-shaded" % "3.2-beta1"
[com.github.sviperll/adt4j-shaded "3.2-beta1"]