| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.optionfactory.spring |
| ArtifactId | ArtifactIdcontext |
| Version | Version3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| context-3.0.pom | |
| context-3.0.jar | 6 KB |
| context-3.0-sources.jar | 5 KB |
| context-3.0-javadoc.jar | 417 KB |
| Browse |
<!-- 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"]