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