Categories |
CategoriesFeather Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.github.featheredtoast |
ArtifactId | ArtifactIdjavad |
Version | Version0.2.5 |
Type | Typejar |
Filename | Size |
---|---|
javad-0.2.5.pom | |
javad-0.2.5.jar | 4 KB |
javad-0.2.5-sources.jar | 1 KB |
javad-0.2.5-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.featheredtoast/javad/ -->
<dependency>
<groupId>com.github.featheredtoast</groupId>
<artifactId>javad</artifactId>
<version>0.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.featheredtoast/javad/
implementation 'com.github.featheredtoast:javad:0.2.5'
// https://jarcasting.com/artifacts/com.github.featheredtoast/javad/
implementation ("com.github.featheredtoast:javad:0.2.5")
'com.github.featheredtoast:javad:jar:0.2.5'
<dependency org="com.github.featheredtoast" name="javad" rev="0.2.5">
<artifact name="javad" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.featheredtoast', module='javad', version='0.2.5')
)
libraryDependencies += "com.github.featheredtoast" % "javad" % "0.2.5"
[com.github.featheredtoast/javad "0.2.5"]