GroupId | GroupIdorg.mustangproject |
---|---|
ArtifactId | ArtifactIdlibrary |
Version | Version2.0.2 |
Type | Typejar |
Filename | Size |
---|---|
library-2.0.2.pom | |
library-2.0.2.jar | 142 KB |
library-2.0.2-sources.jar | 126 KB |
library-2.0.2-shaded.jar | 11 MB |
library-2.0.2-javadoc.jar | 754 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mustangproject/library/ -->
<dependency>
<groupId>org.mustangproject</groupId>
<artifactId>library</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mustangproject/library/
implementation 'org.mustangproject:library:2.0.2'
// https://jarcasting.com/artifacts/org.mustangproject/library/
implementation ("org.mustangproject:library:2.0.2")
'org.mustangproject:library:jar:2.0.2'
<dependency org="org.mustangproject" name="library" rev="2.0.2">
<artifact name="library" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mustangproject', module='library', version='2.0.2')
)
libraryDependencies += "org.mustangproject" % "library" % "2.0.2"
[org.mustangproject/library "2.0.2"]