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