MVN

net.maritimecloud.3rdparty : org.cakeframework.container

Maven & Gradle

May 12, 2015
2 usages

MaritimeCloud 3rd Party

<dependency>
    <groupId>net.maritimecloud.3rdparty</groupId>
    <artifactId>org.cakeframework.container</artifactId>
    <version>0.8.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.maritimecloud.3rdparty : org.cakeframework.container to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.2

All Versions

Choose a version of net.maritimecloud.3rdparty : org.cakeframework.container to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
org.cakeframework.container-0.8.2
org.cakeframework.container-0.8.1
0.8
org.cakeframework.container-0.8

How to add a dependency to Maven

Add the following net.maritimecloud.3rdparty : org.cakeframework.container maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.maritimecloud.3rdparty</groupId>
    <artifactId>org.cakeframework.container</artifactId>
    <version>0.8.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.maritimecloud.3rdparty : org.cakeframework.container gradle dependency to your build.gradle file:

implementation 'net.maritimecloud.3rdparty:org.cakeframework.container:0.8.2'

Gradle Kotlin DSL: Add the following net.maritimecloud.3rdparty : org.cakeframework.container gradle kotlin dependency to your build.gradle.kts file:

implementation("net.maritimecloud.3rdparty:org.cakeframework.container:0.8.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.maritimecloud.3rdparty : org.cakeframework.container sbt scala dependency to your build.sbt file:

libraryDependencies += "net.maritimecloud.3rdparty" % "org.cakeframework.container" % "0.8.2"