| License |
License
GLPv3 with Classpath Exception
|
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdcom.cedarsoft.maven |
| ArtifactId | ArtifactIdassemblies |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncedarsoft Maven Assembly Descriptors
cedarsoft Open Projects
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| assemblies-1.0.0.pom | |
| assemblies-1.0.0.jar | 2 KB |
| assemblies-1.0.0-tests.jar | 1 KB |
| assemblies-1.0.0-sources.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.maven/assemblies/ -->
<dependency>
<groupId>com.cedarsoft.maven</groupId>
<artifactId>assemblies</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.maven/assemblies/
implementation 'com.cedarsoft.maven:assemblies:1.0.0'
// https://jarcasting.com/artifacts/com.cedarsoft.maven/assemblies/
implementation ("com.cedarsoft.maven:assemblies:1.0.0")
'com.cedarsoft.maven:assemblies:jar:1.0.0'
<dependency org="com.cedarsoft.maven" name="assemblies" rev="1.0.0">
<artifact name="assemblies" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.maven', module='assemblies', version='1.0.0')
)
libraryDependencies += "com.cedarsoft.maven" % "assemblies" % "1.0.0"
[com.cedarsoft.maven/assemblies "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.intellij : annotations | jar | 7.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 5.10 |