is not current version
Last Version 2.4.4

com.github.housepower:examples 2.3-stable


GroupId

GroupId

com.github.housepower
ArtifactId

ArtifactId

examples
Version

Version

2.3-stable
Type

Type

jar

Download examples 2.3-stable


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