Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.jpattern |
ArtifactId | ArtifactIdjporm-test-reflection |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jporm-test-reflection-3.0.0.pom | |
jporm-test-reflection-3.0.0.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jpattern/jporm-test-reflection/ -->
<dependency>
<groupId>com.jpattern</groupId>
<artifactId>jporm-test-reflection</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jpattern/jporm-test-reflection/
implementation 'com.jpattern:jporm-test-reflection:3.0.0'
// https://jarcasting.com/artifacts/com.jpattern/jporm-test-reflection/
implementation ("com.jpattern:jporm-test-reflection:3.0.0")
'com.jpattern:jporm-test-reflection:jar:3.0.0'
<dependency org="com.jpattern" name="jporm-test-reflection" rev="3.0.0">
<artifact name="jporm-test-reflection" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jpattern', module='jporm-test-reflection', version='3.0.0')
)
libraryDependencies += "com.jpattern" % "jporm-test-reflection" % "3.0.0"
[com.jpattern/jporm-test-reflection "3.0.0"]