License |
License |
---|---|
GroupId | GroupIdcom.zkejid.constructor |
ArtifactId | ArtifactIdcore-impl |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionZkejid's Constructor Framework: base implementation
Implementation of Zkejid's Constructor Framework.
|
Project URL |
Project URL |
Filename | Size |
---|---|
core-impl-1.0.0.pom | |
core-impl-1.0.0.jar | 8 KB |
core-impl-1.0.0-sources.jar | 5 KB |
core-impl-1.0.0-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zkejid.constructor/core-impl/ -->
<dependency>
<groupId>com.zkejid.constructor</groupId>
<artifactId>core-impl</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zkejid.constructor/core-impl/
implementation 'com.zkejid.constructor:core-impl:1.0.0'
// https://jarcasting.com/artifacts/com.zkejid.constructor/core-impl/
implementation ("com.zkejid.constructor:core-impl:1.0.0")
'com.zkejid.constructor:core-impl:jar:1.0.0'
<dependency org="com.zkejid.constructor" name="core-impl" rev="1.0.0">
<artifact name="core-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zkejid.constructor', module='core-impl', version='1.0.0')
)
libraryDependencies += "com.zkejid.constructor" % "core-impl" % "1.0.0"
[com.zkejid.constructor/core-impl "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.zkejid.constructor : core-api | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.6.2 |