GroupId | GroupIdorg.bardframework.commons |
---|---|
ArtifactId | ArtifactIdcommon-reflection |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
common-reflection-0.4.pom | |
common-reflection-0.4.jar | 27 KB |
common-reflection-0.4-sources.jar | 16 KB |
common-reflection-0.4-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bardframework.commons/common-reflection/ -->
<dependency>
<groupId>org.bardframework.commons</groupId>
<artifactId>common-reflection</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework.commons/common-reflection/
implementation 'org.bardframework.commons:common-reflection:0.4'
// https://jarcasting.com/artifacts/org.bardframework.commons/common-reflection/
implementation ("org.bardframework.commons:common-reflection:0.4")
'org.bardframework.commons:common-reflection:jar:0.4'
<dependency org="org.bardframework.commons" name="common-reflection" rev="0.4">
<artifact name="common-reflection" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bardframework.commons', module='common-reflection', version='0.4')
)
libraryDependencies += "org.bardframework.commons" % "common-reflection" % "0.4"
[org.bardframework.commons/common-reflection "0.4"]