Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdnl.mplatvoet.komponents |
ArtifactId | ArtifactIdkovenant-core |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
kovenant-core-1.0.0.pom | |
kovenant-core-1.0.0.jar | 119 KB |
kovenant-core-1.0.0-sources.jar | 16 KB |
kovenant-core-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/nl.mplatvoet.komponents/kovenant-core/ -->
<dependency>
<groupId>nl.mplatvoet.komponents</groupId>
<artifactId>kovenant-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.mplatvoet.komponents/kovenant-core/
implementation 'nl.mplatvoet.komponents:kovenant-core:1.0.0'
// https://jarcasting.com/artifacts/nl.mplatvoet.komponents/kovenant-core/
implementation ("nl.mplatvoet.komponents:kovenant-core:1.0.0")
'nl.mplatvoet.komponents:kovenant-core:jar:1.0.0'
<dependency org="nl.mplatvoet.komponents" name="kovenant-core" rev="1.0.0">
<artifact name="kovenant-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.mplatvoet.komponents', module='kovenant-core', version='1.0.0')
)
libraryDependencies += "nl.mplatvoet.komponents" % "kovenant-core" % "1.0.0"
[nl.mplatvoet.komponents/kovenant-core "1.0.0"]