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