MVN

org.y-op : demo

Maven & Gradle

Apr 06, 2019
0 stars

yop-demo · This is a a demo for YOP : a simple web-app where you can submit Yopable code and test it using swagger. Ω≡{Ⓐ}

<dependency>
    <groupId>org.y-op</groupId>
    <artifactId>demo</artifactId>
    <version>0.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.y-op : demo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.0

All Versions

Choose a version of org.y-op : demo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
demo-0.9.0

How to add a dependency to Maven

Add the following org.y-op : demo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.y-op</groupId>
    <artifactId>demo</artifactId>
    <version>0.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.y-op : demo gradle dependency to your build.gradle file:

implementation 'org.y-op:demo:0.9.0'

Gradle Kotlin DSL: Add the following org.y-op : demo gradle kotlin dependency to your build.gradle.kts file:

implementation("org.y-op:demo:0.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.y-op : demo sbt scala dependency to your build.sbt file:

libraryDependencies += "org.y-op" % "demo" % "0.9.0"

Advertisement

Dependencies from Group

orm
Apr 06, 2019
3 usages
0 stars
Apr 06, 2019
2 usages
0 stars
Apr 06, 2019
2 usages
0 stars
Apr 06, 2019
1 usages
0 stars
ioc
Apr 06, 2019
1 usages
0 stars

Discover Dependencies