GroupId | GroupIdcom.github.vanlla |
---|---|
ArtifactId | ArtifactIdvanlla-core |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
vanlla-core-1.0.2.pom | |
vanlla-core-1.0.2.jar | 30 KB |
vanlla-core-1.0.2-sources.jar | 17 KB |
vanlla-core-1.0.2-javadoc.jar | 159 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vanlla/vanlla-core/ -->
<dependency>
<groupId>com.github.vanlla</groupId>
<artifactId>vanlla-core</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vanlla/vanlla-core/
implementation 'com.github.vanlla:vanlla-core:1.0.2'
// https://jarcasting.com/artifacts/com.github.vanlla/vanlla-core/
implementation ("com.github.vanlla:vanlla-core:1.0.2")
'com.github.vanlla:vanlla-core:jar:1.0.2'
<dependency org="com.github.vanlla" name="vanlla-core" rev="1.0.2">
<artifact name="vanlla-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vanlla', module='vanlla-core', version='1.0.2')
)
libraryDependencies += "com.github.vanlla" % "vanlla-core" % "1.0.2"
[com.github.vanlla/vanlla-core "1.0.2"]