| License |
License |
|---|---|
| GroupId | GroupIdcom.control-j.xlayout |
| ArtifactId | ArtifactIdxcore |
| Version | Version1.0.2 |
| Type | Typejar |
| Description |
DescriptionXLayout core
A code based layout engine
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| xcore-1.0.2.pom | |
| xcore-1.0.2.jar | 78 KB |
| xcore-1.0.2-sources.jar | 24 KB |
| xcore-1.0.2-javadoc.jar | 163 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.control-j.xlayout/xcore/ -->
<dependency>
<groupId>com.control-j.xlayout</groupId>
<artifactId>xcore</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.control-j.xlayout/xcore/
implementation 'com.control-j.xlayout:xcore:1.0.2'
// https://jarcasting.com/artifacts/com.control-j.xlayout/xcore/
implementation ("com.control-j.xlayout:xcore:1.0.2")
'com.control-j.xlayout:xcore:jar:1.0.2'
<dependency org="com.control-j.xlayout" name="xcore" rev="1.0.2">
<artifact name="xcore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.control-j.xlayout', module='xcore', version='1.0.2')
)
libraryDependencies += "com.control-j.xlayout" % "xcore" % "1.0.2"
[com.control-j.xlayout/xcore "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.20 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.4.20 |