GroupId | GroupIdorg.seedstack.business |
---|---|
ArtifactId | ArtifactIdbusiness |
Version | Version2.0.0 |
Type | Typepom |
Filename | Size |
---|---|
business-2.0.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.seedstack.business/business/ -->
<dependency>
<groupId>org.seedstack.business</groupId>
<artifactId>business</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.seedstack.business/business/
implementation 'org.seedstack.business:business:2.0.0'
// https://jarcasting.com/artifacts/org.seedstack.business/business/
implementation ("org.seedstack.business:business:2.0.0")
'org.seedstack.business:business:pom:2.0.0'
<dependency org="org.seedstack.business" name="business" rev="2.0.0">
<artifact name="business" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.seedstack.business', module='business', version='2.0.0')
)
libraryDependencies += "org.seedstack.business" % "business" % "2.0.0"
[org.seedstack.business/business "2.0.0"]