| GroupId | GroupIdcom.github.mrstampy |
|---|---|
| ArtifactId | ArtifactIdesp |
| Version | Version1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| esp-1.1.pom | |
| esp-1.1.jar | 132 KB |
| esp-1.1-sources.jar | 110 KB |
| esp-1.1-javadoc.jar | 173 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mrstampy/esp/ -->
<dependency>
<groupId>com.github.mrstampy</groupId>
<artifactId>esp</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mrstampy/esp/
implementation 'com.github.mrstampy:esp:1.1'
// https://jarcasting.com/artifacts/com.github.mrstampy/esp/
implementation ("com.github.mrstampy:esp:1.1")
'com.github.mrstampy:esp:jar:1.1'
<dependency org="com.github.mrstampy" name="esp" rev="1.1">
<artifact name="esp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mrstampy', module='esp', version='1.1')
)
libraryDependencies += "com.github.mrstampy" % "esp" % "1.1"
[com.github.mrstampy/esp "1.1"]