GroupId | GroupIdcom.github.alexisjehan |
---|---|
ArtifactId | ArtifactIdjavanilla |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
javanilla-1.3.0.pom | |
javanilla-1.3.0.jar | 223 KB |
javanilla-1.3.0-sources.jar | 225 KB |
javanilla-1.3.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.alexisjehan/javanilla/ -->
<dependency>
<groupId>com.github.alexisjehan</groupId>
<artifactId>javanilla</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alexisjehan/javanilla/
implementation 'com.github.alexisjehan:javanilla:1.3.0'
// https://jarcasting.com/artifacts/com.github.alexisjehan/javanilla/
implementation ("com.github.alexisjehan:javanilla:1.3.0")
'com.github.alexisjehan:javanilla:jar:1.3.0'
<dependency org="com.github.alexisjehan" name="javanilla" rev="1.3.0">
<artifact name="javanilla" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alexisjehan', module='javanilla', version='1.3.0')
)
libraryDependencies += "com.github.alexisjehan" % "javanilla" % "1.3.0"
[com.github.alexisjehan/javanilla "1.3.0"]