License |
License |
---|---|
GroupId | GroupIdnl.pwiddershoven.jfactory |
ArtifactId | ArtifactIdjfactory-core |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
jfactory-core-1.0.pom | |
jfactory-core-1.0.jar | 14 KB |
jfactory-core-1.0-sources.jar | 9 KB |
jfactory-core-1.0-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.pwiddershoven.jfactory/jfactory-core/ -->
<dependency>
<groupId>nl.pwiddershoven.jfactory</groupId>
<artifactId>jfactory-core</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.pwiddershoven.jfactory/jfactory-core/
implementation 'nl.pwiddershoven.jfactory:jfactory-core:1.0'
// https://jarcasting.com/artifacts/nl.pwiddershoven.jfactory/jfactory-core/
implementation ("nl.pwiddershoven.jfactory:jfactory-core:1.0")
'nl.pwiddershoven.jfactory:jfactory-core:jar:1.0'
<dependency org="nl.pwiddershoven.jfactory" name="jfactory-core" rev="1.0">
<artifact name="jfactory-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.pwiddershoven.jfactory', module='jfactory-core', version='1.0')
)
libraryDependencies += "nl.pwiddershoven.jfactory" % "jfactory-core" % "1.0"
[nl.pwiddershoven.jfactory/jfactory-core "1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.mockito : mockito-core | jar | 1.9.0 |