| License |
License |
|---|---|
| GroupId | GroupIdcom.xenoamess.x8l |
| ArtifactId | ArtifactIdspring-context |
| Version | Version0.0.1 |
| Type | Typejar |
| Description |
Descriptionspring-context
X8l data format for Spring framework ApplicationContext
(a shabby demo version showing possibility only,
as I have no effort to maintain a real high performance one).
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| spring-context-0.0.1.pom | |
| spring-context-0.0.1.jar | 7 KB |
| spring-context-0.0.1-sources.jar | 6 KB |
| spring-context-0.0.1-javadoc.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.xenoamess.x8l/spring-context/ -->
<dependency>
<groupId>com.xenoamess.x8l</groupId>
<artifactId>spring-context</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.xenoamess.x8l/spring-context/
implementation 'com.xenoamess.x8l:spring-context:0.0.1'
// https://jarcasting.com/artifacts/com.xenoamess.x8l/spring-context/
implementation ("com.xenoamess.x8l:spring-context:0.0.1")
'com.xenoamess.x8l:spring-context:jar:0.0.1'
<dependency org="com.xenoamess.x8l" name="spring-context" rev="0.0.1">
<artifact name="spring-context" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xenoamess.x8l', module='spring-context', version='0.0.1')
)
libraryDependencies += "com.xenoamess.x8l" % "spring-context" % "0.0.1"
[com.xenoamess.x8l/spring-context "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.xenoamess : x8l | jar | 2.3.2 |
| org.springframework : spring-context | jar | 5.2.8.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains : annotations | jar | 20.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0-RC1 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0-RC1 |