Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdde.srsoftware |
ArtifactId | ArtifactIdformula |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
formula-1.0.0.pom | |
formula-1.0.0.jar | 44 KB |
formula-1.0.0-sources.jar | 15 KB |
formula-1.0.0-javadoc.jar | 448 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.srsoftware/formula/ -->
<dependency>
<groupId>de.srsoftware</groupId>
<artifactId>formula</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.srsoftware/formula/
implementation 'de.srsoftware:formula:1.0.0'
// https://jarcasting.com/artifacts/de.srsoftware/formula/
implementation ("de.srsoftware:formula:1.0.0")
'de.srsoftware:formula:jar:1.0.0'
<dependency org="de.srsoftware" name="formula" rev="1.0.0">
<artifact name="formula" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.srsoftware', module='formula', version='1.0.0')
)
libraryDependencies += "de.srsoftware" % "formula" % "1.0.0"
[de.srsoftware/formula "1.0.0"]