Last Version

flip-parent 1.0

Java framework for implementing feature toggles

License

License

GroupId

GroupId

com.tacitknowledge.flip
ArtifactId

ArtifactId

parent
Version

Version

1.0
Type

Type

pom
Description

Description

flip-parent
Java framework for implementing feature toggles
Project URL

Project URL

https://github.com/tacitknowledge/flip
Project Organization

Project Organization

Tacit Knowledge
Source Code Management

Source Code Management

https://github.com/tacitknowledge/flip

Download parent 1.0

Filename Size
parent-1.0.pom 1 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • core
  • servlet
  • spring
  • aspectj