MVN

com.github.ainoha-framework : ainoha-core

Maven & Gradle

Apr 13, 2021
2 stars

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

<dependency>
    <groupId>com.github.ainoha-framework</groupId>
    <artifactId>ainoha-core</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ainoha-framework : ainoha-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0
  • Latest Release Candidate: 1.0.RC6

All Versions

Choose a version of com.github.ainoha-framework : ainoha-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
ainoha-core-1.0
1.0.x
ainoha-core-1.0.RC6
ainoha-core-1.0.RC5
ainoha-core-1.0.RC4
ainoha-core-1.0.RC3
ainoha-core-1.0.RC2
ainoha-core-1.0.RC1

How to add a dependency to Maven

Add the following com.github.ainoha-framework : ainoha-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.ainoha-framework</groupId>
    <artifactId>ainoha-core</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.ainoha-framework : ainoha-core gradle dependency to your build.gradle file:

implementation 'com.github.ainoha-framework:ainoha-core:1.0'

Gradle Kotlin DSL: Add the following com.github.ainoha-framework : ainoha-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.ainoha-framework:ainoha-core:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.ainoha-framework : ainoha-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.ainoha-framework" % "ainoha-core" % "1.0"

Advertisement