is not current version
Last Version 1.2

com.joepritzel:feather 1.1

Ultra-lightweight publish-subscribe message broker.

Categories

Categories

Feather Application Layer Libs Dependency Injection
GroupId

GroupId

com.joepritzel
ArtifactId

ArtifactId

feather
Version

Version

1.1
Type

Type

jar

Download feather 1.1


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