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