License |
License |
---|---|
GroupId | GroupIdorg.reflexiveframework |
ArtifactId | ArtifactIdreflexive |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionReflexive Framework
Reflexive provides a clean way to handle string literals, by
dynamicaly resolving properties.
|
Project URL |
Project URL |
Filename | Size |
---|---|
reflexive-1.0.pom | |
reflexive-1.0.jar | 8 KB |
reflexive-1.0-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.reflexiveframework/reflexive/ -->
<dependency>
<groupId>org.reflexiveframework</groupId>
<artifactId>reflexive</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.reflexiveframework/reflexive/
implementation 'org.reflexiveframework:reflexive:1.0'
// https://jarcasting.com/artifacts/org.reflexiveframework/reflexive/
implementation ("org.reflexiveframework:reflexive:1.0")
'org.reflexiveframework:reflexive:jar:1.0'
<dependency org="org.reflexiveframework" name="reflexive" rev="1.0">
<artifact name="reflexive" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reflexiveframework', module='reflexive', version='1.0')
)
libraryDependencies += "org.reflexiveframework" % "reflexive" % "1.0"
[org.reflexiveframework/reflexive "1.0"]
Group / Artifact | Type | Version |
---|---|---|
cglib : cglib-full | jar | 2.0.2 |
commons-lang : commons-lang | jar | 2.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |