Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.jpattern |
ArtifactId | ArtifactIdjporm-test-reflection |
Version | Version3.1.2 |
Type | Typejar |
Filename | Size |
---|---|
jporm-test-reflection-3.1.2.pom | |
jporm-test-reflection-3.1.2.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.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.jpattern/jporm-test-reflection/
implementation 'com.jpattern:jporm-test-reflection:3.1.2'
// https://jarcasting.com/artifacts/com.jpattern/jporm-test-reflection/
implementation ("com.jpattern:jporm-test-reflection:3.1.2")
'com.jpattern:jporm-test-reflection:jar:3.1.2'
<dependency org="com.jpattern" name="jporm-test-reflection" rev="3.1.2">
<artifact name="jporm-test-reflection" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jpattern', module='jporm-test-reflection', version='3.1.2')
)
libraryDependencies += "com.jpattern" % "jporm-test-reflection" % "3.1.2"
[com.jpattern/jporm-test-reflection "3.1.2"]