MVN

com.seepine : secret-annotation

Maven & Gradle

Jun 25, 2023
1 stars

secret-annotation

<dependency>
    <groupId>com.seepine</groupId>
    <artifactId>secret-annotation</artifactId>
    <version>tag</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.seepine : secret-annotation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: tag
  • Latest Beta: 1.0.0-beta.36

All Versions

Choose a version of com.seepine : secret-annotation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
secret-annotation-1.0.0-beta.36
secret-annotation-1.0.0-beta.35
secret-annotation-1.0.0-beta.33
secret-annotation-1.0.0-beta.32
secret-annotation-1.0.0-beta.31
secret-annotation-1.0.0-beta.30
secret-annotation-1.0.0-beta.19
secret-annotation-1.0.0-beta.18
secret-annotation-1.0.0-beta.17
secret-annotation-1.0.0-beta.16
secret-annotation-1.0.0-beta.15
secret-annotation-1.0.0-beta.14
secret-annotation-1.0.0-beta.13
secret-annotation-1.0.0-beta.12
secret-annotation-1.0.0-beta.11
secret-annotation-1.0.0-beta.10
secret-annotation-1.0.0-beta.9
secret-annotation-1.0.0-beta.8
secret-annotation-1.0.0-beta.7
secret-annotation-1.0.0-beta.6
secret-annotation-1.0.0-beta.5
secret-annotation-1.0.0-beta.4
secret-annotation-1.0.0-beta.3
secret-annotation-1.0.0-beta.2
secret-annotation-1.0.0-beta.1
tag
secret-annotation-tag
0.0.x
secret-annotation-0.0.10
secret-annotation-0.0.9
secret-annotation-0.0.8
secret-annotation-0.0.7
secret-annotation-0.0.6
secret-annotation-0.0.5
secret-annotation-0.0.4
secret-annotation-0.0.3
secret-annotation-0.0.2
secret-annotation-0.0.2-beta.2

How to add a dependency to Maven

Add the following com.seepine : secret-annotation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.seepine</groupId>
    <artifactId>secret-annotation</artifactId>
    <version>tag</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.seepine : secret-annotation gradle dependency to your build.gradle file:

implementation 'com.seepine:secret-annotation:tag'

Gradle Kotlin DSL: Add the following com.seepine : secret-annotation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.seepine:secret-annotation:tag")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.seepine : secret-annotation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.seepine" % "secret-annotation" % "tag"

Advertisement