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