GroupId | GroupIdorg.itxtech |
---|---|
ArtifactId | ArtifactIdmcl |
Version | Version2.0.0-beta.1 |
Type | Typepom |
Filename | Size |
---|---|
mcl-2.0.0-beta.1.pom | |
mcl-2.0.0-beta.1.zip | |
mcl-2.0.0-beta.1-sources.jar | 30 KB |
mcl-2.0.0-beta.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.itxtech/mcl/ -->
<dependency>
<groupId>org.itxtech</groupId>
<artifactId>mcl</artifactId>
<version>2.0.0-beta.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.itxtech/mcl/
implementation 'org.itxtech:mcl:2.0.0-beta.1'
// https://jarcasting.com/artifacts/org.itxtech/mcl/
implementation ("org.itxtech:mcl:2.0.0-beta.1")
'org.itxtech:mcl:pom:2.0.0-beta.1'
<dependency org="org.itxtech" name="mcl" rev="2.0.0-beta.1">
<artifact name="mcl" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.itxtech', module='mcl', version='2.0.0-beta.1')
)
libraryDependencies += "org.itxtech" % "mcl" % "2.0.0-beta.1"
[org.itxtech/mcl "2.0.0-beta.1"]