is not current version
Last Version 6.4

net.optionfactory.spring:context 5.2

optionfactory-spring context core

Categories

Categories

Net
GroupId

GroupId

net.optionfactory.spring
ArtifactId

ArtifactId

context
Version

Version

5.2
Type

Type

jar

Download context 5.2


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