GroupId | GroupIdcom.github.megafonweblab.histone |
---|---|
ArtifactId | ArtifactIdhistone-spring |
Version | Version1.3.5 |
Type | Typejar |
Filename | Size |
---|---|
histone-spring-1.3.5.pom | |
histone-spring-1.3.5.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.megafonweblab.histone/histone-spring/ -->
<dependency>
<groupId>com.github.megafonweblab.histone</groupId>
<artifactId>histone-spring</artifactId>
<version>1.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.megafonweblab.histone/histone-spring/
implementation 'com.github.megafonweblab.histone:histone-spring:1.3.5'
// https://jarcasting.com/artifacts/com.github.megafonweblab.histone/histone-spring/
implementation ("com.github.megafonweblab.histone:histone-spring:1.3.5")
'com.github.megafonweblab.histone:histone-spring:jar:1.3.5'
<dependency org="com.github.megafonweblab.histone" name="histone-spring" rev="1.3.5">
<artifact name="histone-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.megafonweblab.histone', module='histone-spring', version='1.3.5')
)
libraryDependencies += "com.github.megafonweblab.histone" % "histone-spring" % "1.3.5"
[com.github.megafonweblab.histone/histone-spring "1.3.5"]