MVN

ashkelon : ashkelon

Maven & Gradle

Sep 20, 2005
<dependency>
    <groupId>ashkelon</groupId>
    <artifactId>ashkelon</artifactId>
    <version>20030430.110700</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ashkelon : ashkelon to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20030430.110700

All Versions

Choose a version of ashkelon : ashkelon to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20030430.110700
ashkelon-20030430.110700
20030312.120000
ashkelon-20030312.120000

How to add a dependency to Maven

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

<dependency>
    <groupId>ashkelon</groupId>
    <artifactId>ashkelon</artifactId>
    <version>20030430.110700</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ashkelon : ashkelon gradle dependency to your build.gradle file:

implementation 'ashkelon:ashkelon:20030430.110700'

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

implementation("ashkelon:ashkelon:20030430.110700")

How to add a dependency to SBT Scala

SBT Scala: Add the following ashkelon : ashkelon sbt scala dependency to your build.sbt file:

libraryDependencies += "ashkelon" % "ashkelon" % "20030430.110700"

Advertisement