License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.obvj |
ArtifactId | ArtifactIdconfectory-core |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionConfectory Core
Core part of Confectory that defines the base API and provides basic functionality using standard Java features
|
Filename | Size |
---|---|
confectory-core-2.1.0.pom | |
confectory-core-2.1.0.jar | 36 KB |
confectory-core-2.1.0-sources.jar | 34 KB |
confectory-core-2.1.0-javadoc.jar | 239 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.obvj/confectory-core/ -->
<dependency>
<groupId>net.obvj</groupId>
<artifactId>confectory-core</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.obvj/confectory-core/
implementation 'net.obvj:confectory-core:2.1.0'
// https://jarcasting.com/artifacts/net.obvj/confectory-core/
implementation ("net.obvj:confectory-core:2.1.0")
'net.obvj:confectory-core:jar:2.1.0'
<dependency org="net.obvj" name="confectory-core" rev="2.1.0">
<artifact name="confectory-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.obvj', module='confectory-core', version='2.1.0')
)
libraryDependencies += "net.obvj" % "confectory-core" % "2.1.0"
[net.obvj/confectory-core "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.12.0 |
org.apache.commons : commons-text | jar | 1.9 |
commons-io : commons-io | jar | 2.11.0 |
com.jayway.jsonpath : json-path | jar | 2.7.0 |
net.obvj : performetrics | jar | 2.2.4 |
org.slf4j : slf4j-api | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
net.obvj : junit-utils | jar | 1.3.1 |
org.mockito : mockito-inline | jar | 4.2.0 |
org.mockito : mockito-junit-jupiter | jar | 4.2.0 |
ch.qos.logback : logback-classic | jar | 1.2.10 |