Categories |
CategoriesOther General Purpose Libraries |
---|---|
GroupId | GroupIdio.beanmother |
ArtifactId | ArtifactIdbeanmother-core |
Version | Version0.7.5 |
Type | Typejar |
Filename | Size |
---|---|
beanmother-core-0.7.5.pom | |
beanmother-core-0.7.5.jar | 80 KB |
beanmother-core-0.7.5-sources.jar | 50 KB |
beanmother-core-0.7.5-javadoc.jar | 425 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.beanmother/beanmother-core/ -->
<dependency>
<groupId>io.beanmother</groupId>
<artifactId>beanmother-core</artifactId>
<version>0.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.beanmother/beanmother-core/
implementation 'io.beanmother:beanmother-core:0.7.5'
// https://jarcasting.com/artifacts/io.beanmother/beanmother-core/
implementation ("io.beanmother:beanmother-core:0.7.5")
'io.beanmother:beanmother-core:jar:0.7.5'
<dependency org="io.beanmother" name="beanmother-core" rev="0.7.5">
<artifact name="beanmother-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.beanmother', module='beanmother-core', version='0.7.5')
)
libraryDependencies += "io.beanmother" % "beanmother-core" % "0.7.5"
[io.beanmother/beanmother-core "0.7.5"]