MVN

com.isxcode.oxygen : spring-oxygen-core

Maven & Gradle

Oct 13, 2022
5 usages
143 stars

spring-oxygen-core · Spring rapid development integration framework.

<dependency>
    <groupId>com.isxcode.oxygen</groupId>
    <artifactId>spring-oxygen-core</artifactId>
    <version>1.10.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.isxcode.oxygen : spring-oxygen-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10.3
  • Latest Alpha: 0.0.3-alpha.4

All Versions

Choose a version of com.isxcode.oxygen : spring-oxygen-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10.x
spring-oxygen-core-1.10.3
1.9.x
spring-oxygen-core-1.9.1
1.2.x
spring-oxygen-core-1.2.1
0.12.x
spring-oxygen-core-0.12.8
spring-oxygen-core-0.12.6
0.11.x
spring-oxygen-core-0.11.5
0.8.x
spring-oxygen-core-0.8.1
0.7.x
spring-oxygen-core-0.7.3
0.6.x
spring-oxygen-core-0.6.7
0.0.x
spring-oxygen-core-0.0.3
spring-oxygen-core-0.0.3-alpha.4
spring-oxygen-core-0.0.3-alpha.3
spring-oxygen-core-0.0.3-alpha.2
spring-oxygen-core-0.0.3-alpha.1
spring-oxygen-core-0.0.2-alpha.1
spring-oxygen-core-0.0.2
spring-oxygen-core-0.0.1
spring-oxygen-core-0.0.1-alpha-1
v0.0.x
spring-oxygen-core-v0.0.2-alpha-1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.isxcode.oxygen</groupId>
    <artifactId>spring-oxygen-core</artifactId>
    <version>1.10.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.isxcode.oxygen : spring-oxygen-core gradle dependency to your build.gradle file:

implementation 'com.isxcode.oxygen:spring-oxygen-core:1.10.3'

Gradle Kotlin DSL: Add the following com.isxcode.oxygen : spring-oxygen-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.isxcode.oxygen:spring-oxygen-core:1.10.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.isxcode.oxygen : spring-oxygen-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.isxcode.oxygen" % "spring-oxygen-core" % "1.10.3"

Advertisement