MVN

info.silin : an10na

Maven & Gradle

Jan 17, 2012

an10na · A wrapper for the fest-reflection library implementing listeners, converters and databinding

<dependency>
    <groupId>info.silin</groupId>
    <artifactId>an10na</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.silin : an10na to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of info.silin : an10na to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
an10na-1.0

How to add a dependency to Maven

Add the following info.silin : an10na maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.silin</groupId>
    <artifactId>an10na</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.silin : an10na gradle dependency to your build.gradle file:

implementation 'info.silin:an10na:1.0'

Gradle Kotlin DSL: Add the following info.silin : an10na gradle kotlin dependency to your build.gradle.kts file:

implementation("info.silin:an10na:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.silin : an10na sbt scala dependency to your build.sbt file:

libraryDependencies += "info.silin" % "an10na" % "1.0"

Advertisement