GroupId | GroupIdcom.ghgande |
---|---|
ArtifactId | ArtifactIdj2mod |
Version | Version2.3.4 |
Type | Typejar |
Filename | Size |
---|---|
j2mod-2.3.4.pom | |
j2mod-2.3.4.jar | 189 KB |
j2mod-2.3.4-sources.jar | 197 KB |
j2mod-2.3.4-javadoc.jar | 742 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ghgande/j2mod/ -->
<dependency>
<groupId>com.ghgande</groupId>
<artifactId>j2mod</artifactId>
<version>2.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.ghgande/j2mod/
implementation 'com.ghgande:j2mod:2.3.4'
// https://jarcasting.com/artifacts/com.ghgande/j2mod/
implementation ("com.ghgande:j2mod:2.3.4")
'com.ghgande:j2mod:jar:2.3.4'
<dependency org="com.ghgande" name="j2mod" rev="2.3.4">
<artifact name="j2mod" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ghgande', module='j2mod', version='2.3.4')
)
libraryDependencies += "com.ghgande" % "j2mod" % "2.3.4"
[com.ghgande/j2mod "2.3.4"]