is not current version
Last Version 1.0.3

com.control-j.xlayout:xcore 1.0.1

A code based layout engine

GroupId

GroupId

com.control-j.xlayout
ArtifactId

ArtifactId

xcore
Version

Version

1.0.1
Type

Type

jar

Download xcore 1.0.1


<!-- 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"]