GroupId | GroupIdcom.kttdevelopment |
---|---|
ArtifactId | ArtifactIdmal4j |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
mal4j-1.0.1.pom | |
mal4j-1.0.1.jar | 224 KB |
mal4j-1.0.1-sources.jar | 128 KB |
mal4j-1.0.1-javadoc.jar | 1003 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kttdevelopment/mal4j/ -->
<dependency>
<groupId>com.kttdevelopment</groupId>
<artifactId>mal4j</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.kttdevelopment/mal4j/
implementation 'com.kttdevelopment:mal4j:1.0.1'
// https://jarcasting.com/artifacts/com.kttdevelopment/mal4j/
implementation ("com.kttdevelopment:mal4j:1.0.1")
'com.kttdevelopment:mal4j:jar:1.0.1'
<dependency org="com.kttdevelopment" name="mal4j" rev="1.0.1">
<artifact name="mal4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kttdevelopment', module='mal4j', version='1.0.1')
)
libraryDependencies += "com.kttdevelopment" % "mal4j" % "1.0.1"
[com.kttdevelopment/mal4j "1.0.1"]