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