GroupId | GroupIdorg.alfasoftware |
---|---|
ArtifactId | ArtifactIdsoapstone |
Version | Version3.0.2-SNAPAHOT |
Type | Typejar |
Filename | Size |
---|---|
soapstone-3.0.2-SNAPAHOT.pom | |
soapstone-3.0.2-SNAPAHOT.jar | 54 KB |
soapstone-3.0.2-SNAPAHOT-sources.jar | 40 KB |
soapstone-3.0.2-SNAPAHOT-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.alfasoftware/soapstone/ -->
<dependency>
<groupId>org.alfasoftware</groupId>
<artifactId>soapstone</artifactId>
<version>3.0.2-SNAPAHOT</version>
</dependency>
// https://jarcasting.com/artifacts/org.alfasoftware/soapstone/
implementation 'org.alfasoftware:soapstone:3.0.2-SNAPAHOT'
// https://jarcasting.com/artifacts/org.alfasoftware/soapstone/
implementation ("org.alfasoftware:soapstone:3.0.2-SNAPAHOT")
'org.alfasoftware:soapstone:jar:3.0.2-SNAPAHOT'
<dependency org="org.alfasoftware" name="soapstone" rev="3.0.2-SNAPAHOT">
<artifact name="soapstone" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.alfasoftware', module='soapstone', version='3.0.2-SNAPAHOT')
)
libraryDependencies += "org.alfasoftware" % "soapstone" % "3.0.2-SNAPAHOT"
[org.alfasoftware/soapstone "3.0.2-SNAPAHOT"]