GroupId | GroupIdcom.github.btheu.estivate |
---|---|
ArtifactId | ArtifactIdestivate |
Version | Version0.3.3 |
Type | Typejar |
Filename | Size |
---|---|
estivate-0.3.3.pom | |
estivate-0.3.3.jar | 113 KB |
estivate-0.3.3-sources.jar | 43 KB |
estivate-0.3.3-javadoc.jar | 469 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.btheu.estivate/estivate/ -->
<dependency>
<groupId>com.github.btheu.estivate</groupId>
<artifactId>estivate</artifactId>
<version>0.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.btheu.estivate/estivate/
implementation 'com.github.btheu.estivate:estivate:0.3.3'
// https://jarcasting.com/artifacts/com.github.btheu.estivate/estivate/
implementation ("com.github.btheu.estivate:estivate:0.3.3")
'com.github.btheu.estivate:estivate:jar:0.3.3'
<dependency org="com.github.btheu.estivate" name="estivate" rev="0.3.3">
<artifact name="estivate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.btheu.estivate', module='estivate', version='0.3.3')
)
libraryDependencies += "com.github.btheu.estivate" % "estivate" % "0.3.3"
[com.github.btheu.estivate/estivate "0.3.3"]