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