Categories |
CategoriesSBE Data Data Structures |
---|---|
GroupId | GroupIdcom.github.markusbernhardt |
ArtifactId | ArtifactIdspring-context-template |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.markusbernhardt/spring-context-template/ -->
<dependency>
<groupId>com.github.markusbernhardt</groupId>
<artifactId>spring-context-template</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.markusbernhardt/spring-context-template/
implementation 'com.github.markusbernhardt:spring-context-template:1.0.3'
// https://jarcasting.com/artifacts/com.github.markusbernhardt/spring-context-template/
implementation ("com.github.markusbernhardt:spring-context-template:1.0.3")
'com.github.markusbernhardt:spring-context-template:jar:1.0.3'
<dependency org="com.github.markusbernhardt" name="spring-context-template" rev="1.0.3">
<artifact name="spring-context-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.markusbernhardt', module='spring-context-template', version='1.0.3')
)
libraryDependencies += "com.github.markusbernhardt" % "spring-context-template" % "1.0.3"
[com.github.markusbernhardt/spring-context-template "1.0.3"]