MVN

com.github.macgregor : alexandria-core

Maven & Gradle

Sep 04, 2018
3 usages
1 stars

alexandria-core

<dependency>
    <groupId>com.github.macgregor</groupId>
    <artifactId>alexandria-core</artifactId>
    <version>0.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.1.4

All Versions

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

Version Vulnerabilities Updated
0.1.x
alexandria-core-0.1.4
alexandria-core-0.1.3
alexandria-core-0.1.2
alexandria-core-0.1.1
alexandria-core-0.1.0
0.0.x
alexandria-core-0.0.33
alexandria-core-0.0.32

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.macgregor</groupId>
    <artifactId>alexandria-core</artifactId>
    <version>0.1.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.macgregor:alexandria-core:0.1.4'

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

implementation("com.github.macgregor:alexandria-core:0.1.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.macgregor" % "alexandria-core" % "0.1.4"

Advertisement