is not current version
Last Version 1.0

com.github.ainoha-framework:ainoha-core 1.0.RC2

A lightweight framework for develop JavaFX 11, and later, applications in a fast way.

GroupId

GroupId

com.github.ainoha-framework
ArtifactId

ArtifactId

ainoha-core
Version

Version

1.0.RC2
Type

Type

jar

Download ainoha-core 1.0.RC2


<!-- https://jarcasting.com/artifacts/com.github.ainoha-framework/ainoha-core/ -->
<dependency>
    <groupId>com.github.ainoha-framework</groupId>
    <artifactId>ainoha-core</artifactId>
    <version>1.0.RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ainoha-framework/ainoha-core/
implementation 'com.github.ainoha-framework:ainoha-core:1.0.RC2'
// https://jarcasting.com/artifacts/com.github.ainoha-framework/ainoha-core/
implementation ("com.github.ainoha-framework:ainoha-core:1.0.RC2")
'com.github.ainoha-framework:ainoha-core:jar:1.0.RC2'
<dependency org="com.github.ainoha-framework" name="ainoha-core" rev="1.0.RC2">
  <artifact name="ainoha-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ainoha-framework', module='ainoha-core', version='1.0.RC2')
)
libraryDependencies += "com.github.ainoha-framework" % "ainoha-core" % "1.0.RC2"
[com.github.ainoha-framework/ainoha-core "1.0.RC2"]