XLayout core

A code based layout engine

License

License

GroupId

GroupId

com.control-j.xlayout
ArtifactId

ArtifactId

xcore
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

XLayout core
A code based layout engine
Project URL

Project URL

https://github.com/clydebarrow/XLayout
Source Code Management

Source Code Management

https://github.com/clydebarrow/XLayout

Download xcore

How to add to project

<!-- https://jarcasting.com/artifacts/com.control-j.xlayout/xcore/ -->
<dependency>
    <groupId>com.control-j.xlayout</groupId>
    <artifactId>xcore</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.control-j.xlayout/xcore/
implementation 'com.control-j.xlayout:xcore:1.0.3'
// https://jarcasting.com/artifacts/com.control-j.xlayout/xcore/
implementation ("com.control-j.xlayout:xcore:1.0.3")
'com.control-j.xlayout:xcore:jar:1.0.3'
<dependency org="com.control-j.xlayout" name="xcore" rev="1.0.3">
  <artifact name="xcore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.control-j.xlayout', module='xcore', version='1.0.3')
)
libraryDependencies += "com.control-j.xlayout" % "xcore" % "1.0.3"
[com.control-j.xlayout/xcore "1.0.3"]

Dependencies

runtime (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.5.0
org.jetbrains.kotlin : kotlin-reflect jar 1.5.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.2
1.0.1
1.0.0