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