is not current version
Last Version 4.4.0

org.seedstack.business:business-core 2.0.0-M2


GroupId

GroupId

org.seedstack.business
ArtifactId

ArtifactId

business-core
Version

Version

2.0.0-M2
Type

Type

jar

Download business-core 2.0.0-M2


<!-- https://jarcasting.com/artifacts/org.seedstack.business/business-core/ -->
<dependency>
    <groupId>org.seedstack.business</groupId>
    <artifactId>business-core</artifactId>
    <version>2.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.seedstack.business/business-core/
implementation 'org.seedstack.business:business-core:2.0.0-M2'
// https://jarcasting.com/artifacts/org.seedstack.business/business-core/
implementation ("org.seedstack.business:business-core:2.0.0-M2")
'org.seedstack.business:business-core:jar:2.0.0-M2'
<dependency org="org.seedstack.business" name="business-core" rev="2.0.0-M2">
  <artifact name="business-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seedstack.business', module='business-core', version='2.0.0-M2')
)
libraryDependencies += "org.seedstack.business" % "business-core" % "2.0.0-M2"
[org.seedstack.business/business-core "2.0.0-M2"]