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