License |
License |
---|---|
GroupId | GroupIdcom.zkejid.constructor |
ArtifactId | ArtifactIdcore |
Version | Version1.0.0 |
Type | Typepom |
Description |
DescriptionZkejid's Constructor Framework
Constructor - is a framework that supports modular development of applications.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
core-1.0.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zkejid.constructor/core/ -->
<dependency>
<groupId>com.zkejid.constructor</groupId>
<artifactId>core</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.zkejid.constructor/core/
implementation 'com.zkejid.constructor:core:1.0.0'
// https://jarcasting.com/artifacts/com.zkejid.constructor/core/
implementation ("com.zkejid.constructor:core:1.0.0")
'com.zkejid.constructor:core:pom:1.0.0'
<dependency org="com.zkejid.constructor" name="core" rev="1.0.0">
<artifact name="core" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.zkejid.constructor', module='core', version='1.0.0')
)
libraryDependencies += "com.zkejid.constructor" % "core" % "1.0.0"
[com.zkejid.constructor/core "1.0.0"]