| License |
License |
|---|---|
| GroupId | GroupIdorg.uniknow |
| ArtifactId | ArtifactIdagiledev |
| Version | Version0.1.14 |
| Type | Typepom |
| Description |
DescriptionAgileDev
Tooling for Agile development
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| agiledev-0.1.14.pom | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.uniknow/agiledev/ -->
<dependency>
<groupId>org.uniknow</groupId>
<artifactId>agiledev</artifactId>
<version>0.1.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.uniknow/agiledev/
implementation 'org.uniknow:agiledev:0.1.14'
// https://jarcasting.com/artifacts/org.uniknow/agiledev/
implementation ("org.uniknow:agiledev:0.1.14")
'org.uniknow:agiledev:pom:0.1.14'
<dependency org="org.uniknow" name="agiledev" rev="0.1.14">
<artifact name="agiledev" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.uniknow', module='agiledev', version='0.1.14')
)
libraryDependencies += "org.uniknow" % "agiledev" % "0.1.14"
[org.uniknow/agiledev "0.1.14"]