is not current version
Last Version 1.0

org.reflexiveframework:reflexive 1.0-rc2

Reflexive provides a clean way to handle string literals, by dynamicaly resolving properties.

GroupId

GroupId

org.reflexiveframework
ArtifactId

ArtifactId

reflexive
Version

Version

1.0-rc2
Type

Type

jar

Download reflexive 1.0-rc2


<!-- https://jarcasting.com/artifacts/org.reflexiveframework/reflexive/ -->
<dependency>
    <groupId>org.reflexiveframework</groupId>
    <artifactId>reflexive</artifactId>
    <version>1.0-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/org.reflexiveframework/reflexive/
implementation 'org.reflexiveframework:reflexive:1.0-rc2'
// https://jarcasting.com/artifacts/org.reflexiveframework/reflexive/
implementation ("org.reflexiveframework:reflexive:1.0-rc2")
'org.reflexiveframework:reflexive:jar:1.0-rc2'
<dependency org="org.reflexiveframework" name="reflexive" rev="1.0-rc2">
  <artifact name="reflexive" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reflexiveframework', module='reflexive', version='1.0-rc2')
)
libraryDependencies += "org.reflexiveframework" % "reflexive" % "1.0-rc2"
[org.reflexiveframework/reflexive "1.0-rc2"]