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