is not current version
Last Version 6.4

net.optionfactory.spring:context 3.0

optionfactory-spring context core

Categories

Categories

Net
GroupId

GroupId

net.optionfactory.spring
ArtifactId

ArtifactId

context
Version

Version

3.0
Type

Type

jar

Download context 3.0


<!-- https://jarcasting.com/artifacts/net.optionfactory.spring/context/ -->
<dependency>
    <groupId>net.optionfactory.spring</groupId>
    <artifactId>context</artifactId>
    <version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.optionfactory.spring/context/
implementation 'net.optionfactory.spring:context:3.0'
// https://jarcasting.com/artifacts/net.optionfactory.spring/context/
implementation ("net.optionfactory.spring:context:3.0")
'net.optionfactory.spring:context:jar:3.0'
<dependency org="net.optionfactory.spring" name="context" rev="3.0">
  <artifact name="context" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.optionfactory.spring', module='context', version='3.0')
)
libraryDependencies += "net.optionfactory.spring" % "context" % "3.0"
[net.optionfactory.spring/context "3.0"]