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