GroupId | GroupIdcom.floreysoft |
---|---|
ArtifactId | ArtifactIdjmte |
Version | Version5.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jmte-5.0.0.pom | |
jmte-5.0.0.jar | 91 KB |
jmte-5.0.0-sources.jar | 58 KB |
jmte-5.0.0-javadoc.jar | 408 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.floreysoft/jmte/ -->
<dependency>
<groupId>com.floreysoft</groupId>
<artifactId>jmte</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.floreysoft/jmte/
implementation 'com.floreysoft:jmte:5.0.0'
// https://jarcasting.com/artifacts/com.floreysoft/jmte/
implementation ("com.floreysoft:jmte:5.0.0")
'com.floreysoft:jmte:jar:5.0.0'
<dependency org="com.floreysoft" name="jmte" rev="5.0.0">
<artifact name="jmte" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.floreysoft', module='jmte', version='5.0.0')
)
libraryDependencies += "com.floreysoft" % "jmte" % "5.0.0"
[com.floreysoft/jmte "5.0.0"]