MVN

io.dekorate : halkyon-example-annotationless-properties

Maven & Gradle

Sep 22, 2020
3 usages

Dekorate :: Examples :: Halkyon in annotation-less mode

<dependency>
    <groupId>io.dekorate</groupId>
    <artifactId>halkyon-example-annotationless-properties</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.dekorate : halkyon-example-annotationless-properties to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3
  • Latest Alpha: 2.0.0-alpha-1

All Versions

Choose a version of io.dekorate : halkyon-example-annotationless-properties to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
halkyon-example-annotationless-properties-2.0.0-alpha-1
1.0.x
halkyon-example-annotationless-properties-1.0.3
halkyon-example-annotationless-properties-1.0.2
halkyon-example-annotationless-properties-1.0.1
halkyon-example-annotationless-properties-1.0.0
0.12.x
halkyon-example-annotationless-properties-0.12.3
halkyon-example-annotationless-properties-0.12.2
halkyon-example-annotationless-properties-0.12.1
0.11.x
halkyon-example-annotationless-properties-0.11.9

How to add a dependency to Maven

Add the following io.dekorate : halkyon-example-annotationless-properties maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.dekorate</groupId>
    <artifactId>halkyon-example-annotationless-properties</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.dekorate : halkyon-example-annotationless-properties gradle dependency to your build.gradle file:

implementation 'io.dekorate:halkyon-example-annotationless-properties:1.0.3'

Gradle Kotlin DSL: Add the following io.dekorate : halkyon-example-annotationless-properties gradle kotlin dependency to your build.gradle.kts file:

implementation("io.dekorate:halkyon-example-annotationless-properties:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.dekorate : halkyon-example-annotationless-properties sbt scala dependency to your build.sbt file:

libraryDependencies += "io.dekorate" % "halkyon-example-annotationless-properties" % "1.0.3"

Advertisement