GroupId | GroupIdorg.notima.generic |
---|---|
ArtifactId | ArtifactIdbusinessobjects |
Version | Version0.1.14 |
Type | Typejar |
Filename | Size |
---|---|
businessobjects-0.1.14.pom | |
businessobjects-0.1.14.jar | 86 KB |
businessobjects-0.1.14-sources.jar | 56 KB |
businessobjects-0.1.14-javadoc.jar | 400 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.notima.generic/businessobjects/ -->
<dependency>
<groupId>org.notima.generic</groupId>
<artifactId>businessobjects</artifactId>
<version>0.1.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.notima.generic/businessobjects/
implementation 'org.notima.generic:businessobjects:0.1.14'
// https://jarcasting.com/artifacts/org.notima.generic/businessobjects/
implementation ("org.notima.generic:businessobjects:0.1.14")
'org.notima.generic:businessobjects:jar:0.1.14'
<dependency org="org.notima.generic" name="businessobjects" rev="0.1.14">
<artifact name="businessobjects" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.notima.generic', module='businessobjects', version='0.1.14')
)
libraryDependencies += "org.notima.generic" % "businessobjects" % "0.1.14"
[org.notima.generic/businessobjects "0.1.14"]