License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.sf3jswing |
ArtifactId | ArtifactIdasl-descriptors |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSF3JSWING: Assembly Descriptors
Assembly descriptor files are found under src/main/resources/assemblies. Add this project as a dependency to the target aggrator project POM. <descriptorRefs><descriptorRef>mydistribution</descriptorRefs></descriptorRef>
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
asl-descriptors-1.0.1.pom | |
asl-descriptors-1.0.1.jar | 3 KB |
asl-descriptors-1.0.1-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.sf3jswing/asl-descriptors/ -->
<dependency>
<groupId>net.sf.sf3jswing</groupId>
<artifactId>asl-descriptors</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.sf3jswing/asl-descriptors/
implementation 'net.sf.sf3jswing:asl-descriptors:1.0.1'
// https://jarcasting.com/artifacts/net.sf.sf3jswing/asl-descriptors/
implementation ("net.sf.sf3jswing:asl-descriptors:1.0.1")
'net.sf.sf3jswing:asl-descriptors:jar:1.0.1'
<dependency org="net.sf.sf3jswing" name="asl-descriptors" rev="1.0.1">
<artifact name="asl-descriptors" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.sf3jswing', module='asl-descriptors', version='1.0.1')
)
libraryDependencies += "net.sf.sf3jswing" % "asl-descriptors" % "1.0.1"
[net.sf.sf3jswing/asl-descriptors "1.0.1"]