| GroupId | GroupIdcom.agile4j |
|---|---|
| ArtifactId | ArtifactIdagile4j-utils |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| agile4j-utils-1.0.0.pom | |
| agile4j-utils-1.0.0.jar | 201 KB |
| agile4j-utils-1.0.0-sources.jar | 1 KB |
| agile4j-utils-1.0.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.agile4j/agile4j-utils/ -->
<dependency>
<groupId>com.agile4j</groupId>
<artifactId>agile4j-utils</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.agile4j/agile4j-utils/
implementation 'com.agile4j:agile4j-utils:1.0.0'
// https://jarcasting.com/artifacts/com.agile4j/agile4j-utils/
implementation ("com.agile4j:agile4j-utils:1.0.0")
'com.agile4j:agile4j-utils:jar:1.0.0'
<dependency org="com.agile4j" name="agile4j-utils" rev="1.0.0">
<artifact name="agile4j-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.agile4j', module='agile4j-utils', version='1.0.0')
)
libraryDependencies += "com.agile4j" % "agile4j-utils" % "1.0.0"
[com.agile4j/agile4j-utils "1.0.0"]