Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.hullbend |
ArtifactId | ArtifactIdmt-java |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
mt-java-1.0.4.pom | |
mt-java-1.0.4.jar | 1 MB |
mt-java-1.0.4-sources.jar | 207 KB |
mt-java-1.0.4-javadoc.jar | 724 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hullbend/mt-java/ -->
<dependency>
<groupId>com.github.hullbend</groupId>
<artifactId>mt-java</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hullbend/mt-java/
implementation 'com.github.hullbend:mt-java:1.0.4'
// https://jarcasting.com/artifacts/com.github.hullbend/mt-java/
implementation ("com.github.hullbend:mt-java:1.0.4")
'com.github.hullbend:mt-java:jar:1.0.4'
<dependency org="com.github.hullbend" name="mt-java" rev="1.0.4">
<artifact name="mt-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hullbend', module='mt-java', version='1.0.4')
)
libraryDependencies += "com.github.hullbend" % "mt-java" % "1.0.4"
[com.github.hullbend/mt-java "1.0.4"]