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