GroupId | GroupIdcom.cedarsoft |
---|---|
ArtifactId | ArtifactIdbusiness |
Version | Version8.7.0 |
Type | Typejar |
Filename | Size |
---|---|
business-8.7.0.pom | 982 bytes |
business-8.7.0-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft/business/ -->
<dependency>
<groupId>com.cedarsoft</groupId>
<artifactId>business</artifactId>
<version>8.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft/business/
implementation 'com.cedarsoft:business:8.7.0'
// https://jarcasting.com/artifacts/com.cedarsoft/business/
implementation ("com.cedarsoft:business:8.7.0")
'com.cedarsoft:business:jar:8.7.0'
<dependency org="com.cedarsoft" name="business" rev="8.7.0">
<artifact name="business" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft', module='business', version='8.7.0')
)
libraryDependencies += "com.cedarsoft" % "business" % "8.7.0"
[com.cedarsoft/business "8.7.0"]