Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.beardbot |
ArtifactId | ArtifactIdmal-api |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
mal-api-1.0.0.pom | |
mal-api-1.0.0.jar | 58 KB |
mal-api-1.0.0-sources.jar | 36 KB |
mal-api-1.0.0-javadoc.jar | 206 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.beardbot/mal-api/ -->
<dependency>
<groupId>net.beardbot</groupId>
<artifactId>mal-api</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.beardbot/mal-api/
implementation 'net.beardbot:mal-api:1.0.0'
// https://jarcasting.com/artifacts/net.beardbot/mal-api/
implementation ("net.beardbot:mal-api:1.0.0")
'net.beardbot:mal-api:jar:1.0.0'
<dependency org="net.beardbot" name="mal-api" rev="1.0.0">
<artifact name="mal-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.beardbot', module='mal-api', version='1.0.0')
)
libraryDependencies += "net.beardbot" % "mal-api" % "1.0.0"
[net.beardbot/mal-api "1.0.0"]