GroupId | GroupIdcom.fommil |
---|---|
ArtifactId | ArtifactIdstalactite_2.11 |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
stalactite_2.11-0.0.1.pom | |
stalactite_2.11-0.0.1.jar | 26 KB |
stalactite_2.11-0.0.1-sources.jar | 2 KB |
stalactite_2.11-0.0.1-javadoc.jar | 347 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fommil/stalactite_2.11/ -->
<dependency>
<groupId>com.fommil</groupId>
<artifactId>stalactite_2.11</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.fommil/stalactite_2.11/
implementation 'com.fommil:stalactite_2.11:0.0.1'
// https://jarcasting.com/artifacts/com.fommil/stalactite_2.11/
implementation ("com.fommil:stalactite_2.11:0.0.1")
'com.fommil:stalactite_2.11:jar:0.0.1'
<dependency org="com.fommil" name="stalactite_2.11" rev="0.0.1">
<artifact name="stalactite_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fommil', module='stalactite_2.11', version='0.0.1')
)
libraryDependencies += "com.fommil" % "stalactite_2.11" % "0.0.1"
[com.fommil/stalactite_2.11 "0.0.1"]