| License |
License |
|---|---|
| GroupId | GroupIdorg.kuali.kfs |
| ArtifactId | ArtifactIdkfs-assembly |
| Last Version | Last Version0.0.11 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionShared Assembly Descriptor for KFS projects
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| kfs-assembly-0.0.11.pom | |
| kfs-assembly-0.0.11.jar | 3 KB |
| kfs-assembly-0.0.11-tests.jar | 2 KB |
| kfs-assembly-0.0.11-sources.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.kuali.kfs/kfs-assembly/ -->
<dependency>
<groupId>org.kuali.kfs</groupId>
<artifactId>kfs-assembly</artifactId>
<version>0.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.kuali.kfs/kfs-assembly/
implementation 'org.kuali.kfs:kfs-assembly:0.0.11'
// https://jarcasting.com/artifacts/org.kuali.kfs/kfs-assembly/
implementation ("org.kuali.kfs:kfs-assembly:0.0.11")
'org.kuali.kfs:kfs-assembly:jar:0.0.11'
<dependency org="org.kuali.kfs" name="kfs-assembly" rev="0.0.11">
<artifact name="kfs-assembly" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kuali.kfs', module='kfs-assembly', version='0.0.11')
)
libraryDependencies += "org.kuali.kfs" % "kfs-assembly" % "0.0.11"
[org.kuali.kfs/kfs-assembly "0.0.11"]