is not current version
Last Version 2.4.4

com.github.housepower:examples 2.4.2


GroupId

GroupId

com.github.housepower
ArtifactId

ArtifactId

examples
Version

Version

2.4.2
Type

Type

jar

Download examples 2.4.2


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