GroupId | GroupIdcom.github.jinahya |
---|---|
ArtifactId | ArtifactIdjinahya-springframework |
Version | Version0.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.jinahya/jinahya-springframework/ -->
<dependency>
<groupId>com.github.jinahya</groupId>
<artifactId>jinahya-springframework</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jinahya/jinahya-springframework/
implementation 'com.github.jinahya:jinahya-springframework:0.0.3'
// https://jarcasting.com/artifacts/com.github.jinahya/jinahya-springframework/
implementation ("com.github.jinahya:jinahya-springframework:0.0.3")
'com.github.jinahya:jinahya-springframework:jar:0.0.3'
<dependency org="com.github.jinahya" name="jinahya-springframework" rev="0.0.3">
<artifact name="jinahya-springframework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jinahya', module='jinahya-springframework', version='0.0.3')
)
libraryDependencies += "com.github.jinahya" % "jinahya-springframework" % "0.0.3"
[com.github.jinahya/jinahya-springframework "0.0.3"]