GroupId | GroupIdcom.github.paganini2008 |
---|---|
ArtifactId | ArtifactIddevtools-beans-streaming |
Version | Version1.0-RC2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.paganini2008/devtools-beans-streaming/ -->
<dependency>
<groupId>com.github.paganini2008</groupId>
<artifactId>devtools-beans-streaming</artifactId>
<version>1.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paganini2008/devtools-beans-streaming/
implementation 'com.github.paganini2008:devtools-beans-streaming:1.0-RC2'
// https://jarcasting.com/artifacts/com.github.paganini2008/devtools-beans-streaming/
implementation ("com.github.paganini2008:devtools-beans-streaming:1.0-RC2")
'com.github.paganini2008:devtools-beans-streaming:jar:1.0-RC2'
<dependency org="com.github.paganini2008" name="devtools-beans-streaming" rev="1.0-RC2">
<artifact name="devtools-beans-streaming" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paganini2008', module='devtools-beans-streaming', version='1.0-RC2')
)
libraryDependencies += "com.github.paganini2008" % "devtools-beans-streaming" % "1.0-RC2"
[com.github.paganini2008/devtools-beans-streaming "1.0-RC2"]