| GroupId | GroupIdcom.github.msemys |
|---|---|
| ArtifactId | ArtifactIdesjc |
| Version | Version1.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| esjc-1.2.0.pom | |
| esjc-1.2.0.jar | 735 KB |
| esjc-1.2.0-sources.jar | 215 KB |
| esjc-1.2.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.msemys/esjc/ -->
<dependency>
<groupId>com.github.msemys</groupId>
<artifactId>esjc</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.msemys/esjc/
implementation 'com.github.msemys:esjc:1.2.0'
// https://jarcasting.com/artifacts/com.github.msemys/esjc/
implementation ("com.github.msemys:esjc:1.2.0")
'com.github.msemys:esjc:jar:1.2.0'
<dependency org="com.github.msemys" name="esjc" rev="1.2.0">
<artifact name="esjc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.msemys', module='esjc', version='1.2.0')
)
libraryDependencies += "com.github.msemys" % "esjc" % "1.2.0"
[com.github.msemys/esjc "1.2.0"]