MVN

com.trib3 : testing

Maven & Gradle

Jul 19, 2023
5 usages
8 stars
<dependency>
    <groupId>com.trib3</groupId>
    <artifactId>testing</artifactId>
    <version>2.2.4588</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.trib3 : testing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.4588

All Versions

Choose a version of com.trib3 : testing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
testing-2.2.4588
testing-2.2.4554
testing-2.2.4514
testing-2.2.4490
testing-2.2.4449
2.1.x
testing-2.1.4359
2.0.x
testing-2.0.4305
testing-2.0.4260
testing-2.0.4255
1.35.x
testing-1.35.4178
testing-1.35.4114
testing-1.35.4096
testing-1.35.4044
testing-1.35.4040
testing-1.35.4002
testing-1.35.3978
testing-1.35.3947
1.34.x
testing-1.34.3926
testing-1.34.3884
1.33.x
testing-1.33.3859
testing-1.33.3835
testing-1.33.3801
testing-1.33.3772
testing-1.33.3744
testing-1.33.3723
testing-1.33.3683
testing-1.33.3657
testing-1.33.3631
testing-1.33.3611
testing-1.33.3590
testing-1.33.3554
testing-1.33.3527
1.32.x
testing-1.32.3489
testing-1.32.3444
testing-1.32.3400
testing-1.32.3324
testing-1.32.3302
testing-1.32.3279
1.31.x
testing-1.31.3240
testing-1.31.3189
1.30.x
testing-1.30.3151
testing-1.30.3117
1.29.x
testing-1.29.3089
testing-1.29.3068
testing-1.29.3044
testing-1.29.2999
testing-1.29.2979
testing-1.29.2968
testing-1.29.2945
testing-1.29.2923
testing-1.29.2897
testing-1.29.2871
testing-1.29.2857
1.28.x
testing-1.28.2841
1.27.x
testing-1.27.2822
testing-1.27.2787
testing-1.27.2773
testing-1.27.2743
testing-1.27.2731
testing-1.27.2696
testing-1.27.2683
testing-1.27.2661
testing-1.27.2646
1.26.x
testing-1.26.2570
testing-1.26.2547
testing-1.26.2489
1.25.x
testing-1.25.2478
testing-1.25.2455
testing-1.25.2441
testing-1.25.2414
testing-1.25.2390
testing-1.25.2371
testing-1.25.2319
testing-1.25.2296
testing-1.25.2294
testing-1.25.2268
1.24.x
testing-1.24.2244
testing-1.24.2225
testing-1.24.2208
testing-1.24.2199
testing-1.24.2178
testing-1.24.2152
1.23.x
testing-1.23.2123
1.22.x
testing-1.22.2096
testing-1.22.2075
testing-1.22.2031
1.21.x
testing-1.21.2017
1.20.x
testing-1.20.1981
testing-1.20.1955
testing-1.20.1932
1.19.x
testing-1.19.1891
1.18.x
testing-1.18.1860
testing-1.18.1827
1.17.x
testing-1.17.1804
testing-1.17.1792
testing-1.17.1790
testing-1.17.1766
1.16.x
testing-1.16.1731
testing-1.16.1713
testing-1.16.1684
testing-1.16.1663
testing-1.16.1623
testing-1.16.1601
testing-1.16.1587
1.15.x
testing-1.15.1558
testing-1.15.1538
testing-1.15.1528
1.14.x
testing-1.14.1501
testing-1.14.1463
testing-1.14.1424
testing-1.14.1400
testing-1.14.1370
1.13.x
testing-1.13.1346
testing-1.13.1338
1.12.x
testing-1.12.1324
1.11.x
testing-1.11.1289
1.10.x
testing-1.10.1262
testing-1.10.1236
testing-1.10.1233
testing-1.10.1218
testing-1.10.1200
testing-1.10.1173
testing-1.10.1160
testing-1.10.1139
testing-1.10.1121
testing-1.10.1093
testing-1.10.1071
testing-1.10.1055
testing-1.10.1022
testing-1.10.981
testing-1.10.969
testing-1.10.938
testing-1.10.922
testing-1.10.915
1.9.x
testing-1.9.883
1.8.x
testing-1.8.835
testing-1.8.811
1.7.x
testing-1.7.772
1.6.x
testing-1.6.754
testing-1.6.740
testing-1.6.737
1.5.x
testing-1.5.695
testing-1.5.659
1.4.x
testing-1.4.613
testing-1.4.603
testing-1.4.565
testing-1.4.527
testing-1.4.486
1.3.x
testing-1.3.454
testing-1.3.437
1.2.x
testing-1.2.400
testing-1.2.384
testing-1.2.366
testing-1.2.328
testing-1.2.326
testing-1.2.287

How to add a dependency to Maven

Add the following com.trib3 : testing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.trib3</groupId>
    <artifactId>testing</artifactId>
    <version>2.2.4588</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.trib3 : testing gradle dependency to your build.gradle file:

implementation 'com.trib3:testing:2.2.4588'

Gradle Kotlin DSL: Add the following com.trib3 : testing gradle kotlin dependency to your build.gradle.kts file:

implementation("com.trib3:testing:2.2.4588")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.trib3 : testing sbt scala dependency to your build.sbt file:

libraryDependencies += "com.trib3" % "testing" % "2.2.4588"

Advertisement

Dependencies from Group

Jul 19, 2023
5 usages
8 stars
Jul 19, 2023
4 usages
8 stars
Jul 19, 2023
3 usages
8 stars
Jul 19, 2023
2 usages
8 stars
Jul 19, 2023
1 usages
9 stars

Discover Dependencies

Aug 26, 2023
1 usages
1.9k stars
Dec 18, 2021
2 usages
782 stars
Aug 26, 2023
1 usages
56 stars
Jul 12, 2023
2 usages
3k stars
r4
Nov 14, 2021
1 usages
54 stars
Nov 14, 2021
1 usages
41 stars
Aug 25, 2023
3 usages
36 stars