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