Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnl.ivonet |
ArtifactId | ArtifactIdbeanunit |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
beanunit-1.0.pom | |
beanunit-1.0.jar | 21 KB |
beanunit-1.0-sources.jar | 13 KB |
beanunit-1.0-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.ivonet/beanunit/ -->
<dependency>
<groupId>nl.ivonet</groupId>
<artifactId>beanunit</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.ivonet/beanunit/
implementation 'nl.ivonet:beanunit:1.0'
// https://jarcasting.com/artifacts/nl.ivonet/beanunit/
implementation ("nl.ivonet:beanunit:1.0")
'nl.ivonet:beanunit:jar:1.0'
<dependency org="nl.ivonet" name="beanunit" rev="1.0">
<artifact name="beanunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.ivonet', module='beanunit', version='1.0')
)
libraryDependencies += "nl.ivonet" % "beanunit" % "1.0"
[nl.ivonet/beanunit "1.0"]