GroupId | GroupIdcom.control-j.xlayout |
---|---|
ArtifactId | ArtifactIdxcore |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
xcore-1.0.1.pom | |
xcore-1.0.1.jar | 78 KB |
xcore-1.0.1-sources.jar | 24 KB |
xcore-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.control-j.xlayout/xcore/
implementation 'com.control-j.xlayout:xcore:1.0.1'
// https://jarcasting.com/artifacts/com.control-j.xlayout/xcore/
implementation ("com.control-j.xlayout:xcore:1.0.1")
'com.control-j.xlayout:xcore:jar:1.0.1'
<dependency org="com.control-j.xlayout" name="xcore" rev="1.0.1">
<artifact name="xcore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.control-j.xlayout', module='xcore', version='1.0.1')
)
libraryDependencies += "com.control-j.xlayout" % "xcore" % "1.0.1"
[com.control-j.xlayout/xcore "1.0.1"]