Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.optionfactory.spring |
ArtifactId | ArtifactIdcontext |
Version | Version4.0 |
Type | Typejar |
Filename | Size |
---|---|
context-4.0.pom | |
context-4.0.jar | 6 KB |
context-4.0-sources.jar | 5 KB |
context-4.0-javadoc.jar | 412 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.optionfactory.spring/context/ -->
<dependency>
<groupId>net.optionfactory.spring</groupId>
<artifactId>context</artifactId>
<version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.optionfactory.spring/context/
implementation 'net.optionfactory.spring:context:4.0'
// https://jarcasting.com/artifacts/net.optionfactory.spring/context/
implementation ("net.optionfactory.spring:context:4.0")
'net.optionfactory.spring:context:jar:4.0'
<dependency org="net.optionfactory.spring" name="context" rev="4.0">
<artifact name="context" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.optionfactory.spring', module='context', version='4.0')
)
libraryDependencies += "net.optionfactory.spring" % "context" % "4.0"
[net.optionfactory.spring/context "4.0"]